home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 49 / Creative Review 49.iso / pc / more / fireworks / main.swf / scripts / DefineButton2_20 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  1999-02-16  |  115 b   |  9 lines

  1. on(release){
  2.    gotoAndStop(6);
  3.    tellTarget("_level2/")
  4.    {
  5.       stop();
  6.       stopAllSounds();
  7.    }
  8. }
  9.